home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / Reference.mod < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  2.0 KB  |  59 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. </intro>
  14.  
  15.     <!-- 
  16.         <![CDATA[
  17.         A Reference identifies another document.  The document may
  18.         be a contract, an electronically generated message, or any
  19.         of a wide variety of document types.
  20.         
  21.         The meaning of the reference is usually determined by its
  22.         use in an elementtype tag.  For example:
  23.         
  24.             <element type="Reference" name="ContractID">
  25.         
  26.         is clearly a Reference to a Contract.
  27.         
  28.         When the meaning of the reference is not known at document
  29.         definition time, a ReferenceCoded may be used instead of
  30.         a Reference to further qualify it.
  31.         ]]>
  32.      -->
  33.  
  34.     
  35.     <datatype name="RefQual">
  36.         <explain><p>EDIFACT Data Element 1153. Reference Qualifier.</p></explain>
  37.         <enumeration datatype="NMTOKEN" >
  38.             <option>Other</option>
  39.             <option>Contract</option><!-- CT=Contract number -->
  40.             <option>AgreementToPay</option><!-- AGB=Agreement to pay number -->
  41.             <option>PartyFileRef</option><!-- PAR=Party File Ref number (EAN -->
  42.             <option>BuyerCatalog</option><!-- AMW=Buyer's catalogue number -->
  43.             <option>SupplierOrderNum</option><!-- VN=Order number (supplier) -->
  44.             <option>BuyerOrderNum</option><!-- ON=Order number (buyer) -->
  45.             <option>BlanketOrderNum</option><!-- BO=Blanket order number -->
  46.         </enumeration>
  47.     </datatype>
  48.  
  49.     <elementtype name="Reference">
  50.             <model>
  51.         <sequence>
  52.                 <element type="string" name="RefNum" />
  53.                 <element type="datetime" name="RefDate" occurs="?" />
  54.         </sequence>
  55.             </model>
  56.     </elementtype>
  57.     
  58. </schema>
  59.